Connector Management Calls
Get Connector status
This call gets the Ivanti Neurons for MDM Connector status.
Authentication
This call requires tenant admin credentials.
HTTP Method
GET
Request URI
api/v1/ec
Request Parameters
|
Parameter |
Argument Type |
Description |
Example Value |
|---|---|---|---|
| N/A |
Example Request
curl --location --request GET 'https://[Ivanti Neurons for MDM]/api/v1/ec' \
--header 'Authorization: Basic <token>' \
Response fields
|
Field |
Description |
|---|---|
|
errors |
|
|
result |
|
|
searchResults |
|
|
id |
|
|
createdAt |
|
|
createdBy |
|
|
modifiedAt |
|
|
modifiedBy |
|
|
name |
|
|
description |
|
|
registrationState |
|
|
kocabVersion |
|
|
enabled |
|
|
routingTagIds |
|
|
lastConnectedAt |
|
|
available |
|
|
capabilities |
|
|
caServers |
|
|
displayName |
|
|
displayNameKey |
|
|
configOptions |
|
|
key |
|
|
defaultValue |
|
|
description |
|
|
descriptionKey |
|
|
required |
|
|
valueType |
|
|
key |
|
|
defaultValue |
|
|
description |
|
|
descriptionKey |
|
|
required |
|
|
valueType |
|
|
key |
|
|
defaultValue |
|
|
description |
|
|
descriptionKey |
|
|
required |
|
|
valueType |
|
|
serverType |
|
|
displayName |
|
|
displayNameKey |
|
|
configOptions |
|
|
key |
|
|
defaultValue |
|
|
description |
|
|
descriptionKey |
|
|
required |
|
|
valueType |
|
|
key |
|
|
defaultValue |
|
|
description |
|
|
descriptionKey |
|
|
required |
|
|
valueType |
|
|
key |
|
|
defaultValue |
|
|
description |
|
|
descriptionKey |
|
|
required |
|
|
valueType |
|
|
key |
|
|
defaultValue |
|
|
description |
|
|
descriptionKey |
|
|
required |
|
|
valueType |
|
|
unicastRoutingTagId |
|
|
loggingLevel |
|
|
loggingRevertsAt |
|
|
totalCount |
|
|
offset |
|
|
limit |
|
Response
{
"errors": null,
"result": {
"searchResults": [
{
"id": 28723,
"createdAt": 1591726945738,
"createdBy": 67076,
"modifiedAt": 1591748936099,
"modifiedBy": 1,
"name": "ppp091.auto.mobileiron.com",
"description": null,
"registrationState": "REGISTERED",
"kocabVersion": "69.0.0.24",
"enabled": true,
"routingTagIds": [],
"lastConnectedAt": 1591741596537,
"available": false,
"capabilities": {
"caServers": [
{
"displayName": "Generic SCEP Server",
"displayNameKey": "ca.connector.generic.name",
"configOptions": [
{
"key": "scep.url",
"defaultValue": null,
"description": "SCEP URL",
"descriptionKey": "ca.connector.common.option.scep.url",
"required": true,
"valueType": "URL"
},
{
"key": "scep.static.challenge",
"defaultValue": null,
"description": "Static Challenge Password",
"descriptionKey": "ca.connector.common.option.static.challenge",
"required": false,
"valueType": "STRING"
},
{
"key": "scep.ca.identifier",
"defaultValue": null,
"description": "CA Identifier",
"descriptionKey": "ca.connector.common.option.ca.identifier",
"required": false,
"valueType": "STRING"
}
],
"serverType": "OTHER"
},
{
"displayName": "Microsoft NDES",
"displayNameKey": "ca.connector.microsoft.ndes.name",
"configOptions": [
{
"key": "scep.url",
"defaultValue": null,
"description": "SCEP URL",
"descriptionKey": "ca.connector.common.option.scep.url",
"required": true,
"valueType": "URL"
},
{
"key": "microsoft.ndes.username",
"defaultValue": null,
"description": "Admin Username",
"descriptionKey": "ca.connector.microsoft.ndes.option.username",
"required": false,
"valueType": "STRING"
},
{
"key": "microsoft.ndes.password",
"defaultValue": null,
"description": "Admin Password",
"descriptionKey": "ca.connector.microsoft.ndes.option.password",
"required": false,
"valueType": "PASSWORD"
},
{
"key": "microsoft.ndes.challenge.url",
"defaultValue": null,
"description": "Challenge URL",
"descriptionKey": "ca.connector.microsoft.ndes.option.challengeUrl",
"required": false,
"valueType": "URL"
}
],
"serverType": "MICROSOFT"
},
{
"displayName": "EJBCA Server",
"displayNameKey": "ca.connector.ejbca.name",
"configOptions": [
{
"key": "scep.url",
"defaultValue": null,
"description": "SCEP URL",
"descriptionKey": "ca.connector.common.option.scep.url",
"required": true,
"valueType": "URL"
},
{
"key": "scep.static.challenge",
"defaultValue": null,
"description": "Static Challenge Password",
"descriptionKey": "ca.connector.common.option.static.challenge",
"required": false,
"valueType": "STRING"
},
{
"key": "scep.ca.identifier",
"defaultValue": null,
"description": "CA Identifier",
"descriptionKey": "ca.connector.common.option.ca.identifier",
"required": false,
"valueType": "STRING"
}
],
"serverType": "EJBCA"
}
]
},
"unicastRoutingTagId": 29697,
"loggingLevel": "INFO",
"loggingRevertsAt": null
}
],
"totalCount": 1,
"offset": 0,
"limit": 50
}
}